home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / HDS 3.02 / HDS / hdssrch.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-13  |  402 b   |  11 lines  |  [TEXT/MPS ]

  1. /*
  2.     Datei:    hdssrch.h                                                      
  3.     Zweck:    Prototypen der Datei hdssrch.c                                 
  4.             MkProto, Generator für Prototypen und andere
  5.             Moduldefinitionen aus einer Implementierungsdatei (.c). */
  6.  
  7. extern int hdsfinds (char *s);
  8. extern int hdsfindi (long i);
  9. extern int hdsfindf (double d);
  10. extern int hdsloca (PPAR field, int n, int exact);
  11.